ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / setInt Method / setInt(Int32,Byte[]) Method
integer to separate
return output here.

In This Topic
    setInt(Int32,Byte[]) Method
    In This Topic
    Separate bytes in an int into a byte array lsb to msb order. Return the result in the provided array
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function setInt( _
       ByVal d As Integer, _
       ByVal b() As Byte _
    ) As Byte()
    public static byte[] setInt( 
       int d,
       byte[] b
    )

    Parameters

    d
    integer to separate
    b
    return output here.

    Return Value

    reference to output.
    See Also